Don't pass MAKEFLAGS to $(MAKE)
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Fri, 26 Jul 2019 08:49:11 +0000 (10:49 +0200)
committerJochen Sprickerhof <git@jochen.sprickerhof.de>
Fri, 26 Jul 2019 10:03:37 +0000 (12:03 +0200)
commit17f78537a05fe679fab35f5d7f5919901cfca6c3
tree25da8d91d45986d9b08ca6b5ba219fc26ee83451
parentafc73a0335ab18e963fd868e9ef79895a6092ac9
Don't pass MAKEFLAGS to $(MAKE)

make will pass them automatically. Also they are not meant to be
consumed by make as they are stripped:

Thus, if you do ‘make -ks’ then MAKEFLAGS gets the value ‘ks’.

https://www.gnu.org/software/make/manual/html_node/Options_002fRecursion.html
Makefile.in